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

  /src/bin/ksh/
c_ksh.c 567 int thing = 0, func = 0, localv = 0; local in function:c_typeset
658 thing = '+';
662 thing = '-';
678 thing = wp[builtin_opt.optind][0];
751 if (thing == '-')
795 if (thing == 0 && flag == 0) {
832 if (thing == '-' && (vp->flag&ISSET)) {
c_ksh.c 567 int thing = 0, func = 0, localv = 0; local in function:c_typeset
658 thing = '+';
662 thing = '-';
678 thing = wp[builtin_opt.optind][0];
751 if (thing == '-')
795 if (thing == 0 && flag == 0) {
832 if (thing == '-' && (vp->flag&ISSET)) {

Completed in 168 milliseconds