Searched refs:textptr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/cups-408/cups/scheduler/
H A Dcert.c205 char *text, *textptr; /* Temporary string */ local
210 for (textptr = strchr(text, '\n');
211 textptr;
212 textptr = strchr(textptr + 1, '\n'))
213 *textptr = ',';
/macosx-10.10/vim-55/runtime/syntax/
H A Dstp.vim99 syn match stpGlobals '@@textptr'
H A Dsqlanywhere.vim48 syn keyword sqlFunction tsequal hextoint inttohex rand textptr
/macosx-10.10/cups-408/cups/cups/
H A Dppd.c2751 *textptr, /* Text pointer */ local
3157 textptr = text;
3162 (textptr - text) >= (PPD_MAX_LINE - 1))
3168 *textptr++ = *lineptr++;
3171 *textptr = '\0';
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1485 "textptr" "textvalid" "typeproperty" "unicode" "upper" "user"

Completed in 188 milliseconds