HomeSort by: relevance | last modified time | path
    Searched defs:fieldstr (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
c_ksh.c 569 char *fieldstr, *basestr; local in function:c_typeset
592 fieldstr = basestr = (char *) 0;
607 fieldstr = builtin_opt.optarg;
611 fieldstr = builtin_opt.optarg;
622 fieldstr = builtin_opt.optarg;
667 if (fieldstr && !bi_getn(fieldstr, &field))
c_ksh.c 569 char *fieldstr, *basestr; local in function:c_typeset
592 fieldstr = basestr = (char *) 0;
607 fieldstr = builtin_opt.optarg;
611 fieldstr = builtin_opt.optarg;
622 fieldstr = builtin_opt.optarg;
667 if (fieldstr && !bi_getn(fieldstr, &field))

Completed in 23 milliseconds