Home
last modified time | relevance | path

Searched refs:ct_p (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c738 char *ct_p; in exec() local
740 for (ct_p = clean_title; *ct_p != NULL; ct_p++) { in exec()
741 if (*ct_p == '"') in exec()
742 *ct_p = ' '; in exec()