Searched refs:PR_TSE_MASK_LETTER (Results 1 – 1 of 1) sorted by relevance
104 #define PR_TSE_MASK_LETTER (1<<PR_TSELetter) macro2072 if (((PR_TSE_MASK_LEX & wpset) != 0) && ((PR_TSE_MASK_LETTER & npset) == 0)) { in pr_getOutput()2256 return (((( PR_TSE_MASK_SPACE | PR_TSE_MASK_DIGIT | PR_TSE_MASK_LETTER | PR_TSE_MASK_SEQ in pr_hasToken()2692 if ( !((PR_TSE_MASK_LETTER & npset) != 0)) { in pr_matchTokensLetter()2808 if (((PR_TSE_MASK_LEX & wpset) == PR_TSE_MASK_LEX) && ((PR_TSE_MASK_LETTER & npset) == 0)) { in pr_matchTokens()2866 … if (((PR_TSE_MASK_LEX & wpset) == PR_TSE_MASK_LEX) && ((PR_TSE_MASK_LETTER & npset) == 0)) { in pr_calcPathCost()