Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/newform/
H A Dnewform.c123 static int cnvtspec(char *);
225 flp->param = cnvtspec(scan); in options()
236 flp->param = cnvtspec(scan); in options()
316 cnvtspec(char *p) /* Convert tab specification to tab positions. */ in cnvtspec() function
630 value = (state == -1) ? 0 : cnvtspec(tabspecp); in readspec()