Lines Matching defs:os
353 putScp(char *os)355 char *s = os; /* pointer to unmatched string */364 x_start = os; /* remember the start for expmatch */401 if (s != os)417 if (s != os)453 if (s != os)582 tabs(char *s, char *os)585 return width(s, os) / 8;589 width(char *s, char *os)593 while (s < os) {