Home | History | Annotate | Download | only in lib

Lines Matching full:propset

152     graph = PROPSET FROM TO [TOKENTYPE] [TOKENSUBTYPE] [VALUE] [LOWERCASE] [GRAPHSUBS1] [GRAPHSUBS2]
156 PROPSET : 1 unsigned byte, least significant bit : has TO field
297 n = n + 1; /* overread PROPSET field */
576 picoos_uint8 * propset,
593 *propset = *pos;
597 if ((*propset) & KTAB_GRAPH_PROPSET_TO) {
602 if ((*propset) & KTAB_GRAPH_PROPSET_TOKENTYPE) {
607 if ((*propset) & KTAB_GRAPH_PROPSET_TOKENSUBTYPE) {
612 if ((*propset) & KTAB_GRAPH_PROPSET_VALUE) {
617 if ((*propset) & KTAB_GRAPH_PROPSET_LOWERCASE) {
622 if ((*propset) & KTAB_GRAPH_PROPSET_GRAPHSUBS1) {
627 if ((*propset) & KTAB_GRAPH_PROPSET_GRAPHSUBS2) {
632 if ((*propset) & KTAB_GRAPH_PROPSET_PUNCT) {