Searched refs:fieldstr (Results 1 – 2 of 2) sorted by relevance
78 static void get_field(const char *fieldstr, char *newfield, int newfieldlen) in get_field() argument83 printf("\tEnter %s ", fieldstr); in get_field()92 printf("You must enter a %s\n", fieldstr); in get_field()
1841 const char *fieldstr = NULL, *basestr = NULL; in c_typeset() local1888 fieldstr = builtin_opt.optarg; in c_typeset()1892 fieldstr = builtin_opt.optarg; in c_typeset()1904 fieldstr = builtin_opt.optarg; in c_typeset()1964 if (fieldstr && !getn(fieldstr, &field)) { in c_typeset()1965 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()