Lines Matching defs:os
121 static int width(char *s, char *os);
122 static int tabs(char *s, char *os);
124 static void putScp(char *os);
430 putScp(char *os)
432 char *s = os; /* pointer to unmatched string */
441 Start = os; /* remember the start for expmatch */
485 if (s != os)
501 if (s != os)
540 if (s != os)
671 tabs(char *s, char *os)
674 return (width(s, os) / tabsize);
678 width(char *s, char *os)
684 while (s < os) {