Searched refs:line_ptr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/ss/
H A Dparse.c30 * parse(line_ptr, argc_ptr)
36 * line_ptr (char *)
49 int ss_parse (sci_idx, line_ptr, argc_ptr, argv_ptr, quiet)
51 register char *line_ptr;
73 cp = line_ptr; /* cp is for output */
77 printf ("character `%c', mode %d\n", *line_ptr, parse_mode);
81 if (*line_ptr == '\0')
83 if (*line_ptr == ' ' || *line_ptr == '\t') {
84 line_ptr
[all...]
H A Dexecute_cmd.c188 * ss_execute_line(sci_idx, line_ptr)
195 * line_ptr (char *)
203 int ss_execute_line (sci_idx, line_ptr)
205 char *line_ptr;
211 while (line_ptr[0] == ' ' || line_ptr[0] == '\t')
212 line_ptr++;
215 if (*line_ptr == '!') {
219 line_ptr++;
220 system(line_ptr);
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwborder.c83 chtype *line_ptr, variables[8]; local
125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx);
127 *(--line_ptr) = _TOPLEFT;
129 line_ptr[++endx] = _TOPRIGHT;
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx);
151 *--line_ptr = _BOTTOMLEFT;
153 line_ptr[++endx] = _BOTTOMRIGHT;

Completed in 16 milliseconds